VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class
In This Topic
CompositeProcessingCommand Class Methods
In This Topic
For a list of all methods of this type, see CompositeProcessingCommand<TTarget>.
Public Methods
 NameDescription
Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the retargeted composite command with specified target type.
Public MethodOverloaded. Executes processing command on the specified target.
Public MethodReturns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>)
Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
Protected Methods
 NameDescription
Protected MethodCreates the composite processing result.
Protected MethodExecutes a sequence of processing commands.
Protected MethodReturns the count of inner commands.
See Also